/* imported: '/styles/base/variables.scss */

/* imported: '/styles/base/fonts.scss */

@font-face {
  font-family: 'frontend';
  src: url('https://static.cmcdn.net/kits/142/fonts/frontend/frontend.woff');
  font-weight: normal;
  font-style: normal;
}
/* imported: '/styles/base/type.scss */

p { margin: 0; }
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  line-height: 1.3;
}
h1 {
  font-size: 33px;
  font-weight: 400;
}
h2 {
  font-size: 22px;
  font-weight: 400;
}
h3 {
  font-size: 20px;
  font-weight: 400;
}
h4 { margin: 0 0 15px; }
blockquote {
  quotes: none;
  margin: 0;
  padding: 0;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
/* imported: '/styles/components/animations.scss */

.hide {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  cursor: pointer;
  z-index: 12;
  border-bottom: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.1s ease, opacity 0.1s ease;
  transition: visibility 0.1s ease, opacity 0.1s ease;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.hide > svg:hover { stroke: #333; }
.hide > svg {
  height: 30px;
  width: 30px;
  stroke-width: 5px;
  stroke: #7eb54e;
}
.aboutOpened .hide {
  visibility: visible;
  opacity: 1;
}
.aboutOpened .mainInfo {
  background: #ffffff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.aboutOpened #aboutLink {
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 1px #7eb54e !important;
  box-shadow: 0 0 0 1px #7eb54e !important;
  background: #7eb54e;
}
.aboutOpened .about {
  background: #f9f9f9;
  -webkit-transition: visibility 0.15s ease, opacity 0.15s ease;
  transition: visibility 0.15s ease, opacity 0.15s ease;
  visibility: visible;
  opacity: 1;
  z-index: 9;
}
.contactOpened .hide {
  visibility: visible;
  opacity: 1;
}
.contactOpened .mainInfo {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background: #ffffff;
}
.contactOpened #contactLink {
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 1px #7eb54e !important;
  box-shadow: 0 0 0 1px #7eb54e !important;
  background: #7eb54e;
}
.contactOpened .contact {
  background: #f9f9f9;
  -webkit-transition: visibility 0.1s ease, opacity 0.1s ease;
  transition: visibility 0.1s ease, opacity 0.1s ease;
  visibility: visible;
  opacity: 1;
  z-index: 9;
}
/* imported: '/styles/components/player.scss */

@font-face {
  font-family: 'player';
  src: url('https://static.cmcdn.net/kits/106/fonts/player/player.woff');
  font-weight: normal;
  font-style: normal;
}
carbon-player {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-family: 'player';
}
carbon-player.video { background: #000; }
carbon-player.standard {
  width: 768px;
  height: 432px;
}
carbon-player.big {
  width: 960px;
  height: 540px;
}
carbon-player.hd {
  width: 1280px;
  height: 720px;
}
carbon-player.fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
carbon-player > video,
carbon-player > audio {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
  visibility: hidden;
}
carbon-player.played > video { visibility: visible; }
video::-webkit-media-controls-panel { display: none; }
carbon-player > .fallback {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #000;
  color: #fff;
  text-align: center;
}
carbon-player.fallback > .fallback { display: block; }
carbon-player.fallback > .fallback > h2 { margin-top: 20%; }
carbon-player > .posterPlay {
  position: absolute;
  width: 136px;
  height: 136px;
  top: 50%;
  left: 50%;
  margin: -68px 0 0 -68px;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  opacity: 1;
  border-radius: 50%;
  z-index: 5;
  text-align: center;
  font-size: 136px;
  line-height: 136px;
  text-indent: 2px;
  color: #fff;
  -webkit-transition: background 0.2s, opacity 0.2s;
  transition: background 0.2s, opacity 0.2s;
}
carbon-player > .posterPlay:before { content: '\e600'; }
carbon-player > .posterPlay:hover { background: rgba(0, 0, 0, 0.15); }
carbon-player:hover > .posterPlay { background: rgba(0, 0, 0, 0.15); }
carbon-player.played > .posterPlay { display: none; }
carbon-player > .poster,
carbon-player > .artwork,
carbon-player > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
carbon-player > .poster,
carbon-player > .artwork {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
carbon-player > .poster {
  z-index: 1;
  cursor: pointer;
  background-color: #000;
}
carbon-player.played > .poster { display: none; }
carbon-player > .overlay { background: linear-gradient(to bottom, rgba(10, 10, 10, .05) 40%, rgba(10, 10, 10, 0.5) 100%); }
carbon-player .control {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 50px;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
  background: rgba(26, 26, 26, .2);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
carbon-player .control:hover { background: rgba(115, 207, 203, 0.8); }
carbon-player > carbon-controls {
  display: block;
  position: relative;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
carbon-player.played.hovering > carbon-controls,
carbon-player.played.scrubbing > carbon-controls { opacity: 1; }
carbon-player.played.hoverIdle > carbon-controls { opacity: 0; }
carbon-player.audio > carbon-controls,
carbon-player.audio.played.hoverIdle > carbon-controls { opacity: 1; }
carbon-player > carbon-controls .box {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
carbon-player.scrubbing > carbon-controls > .box,
carbon-player.scrubbing > carbon-controls > .playToggle { opacity: 0; }
carbon-player.fullscreen > carbon-controls > .box { bottom: 9%; }
carbon-player.hoveringTrack > carbon-controls > .box,
carbon-player.hoveringTrack > carbon-controls > .playToggle { opacity: 0; }
carbon-player .playToggle {
  position: absolute;
  left: 20px;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
}
carbon-player .playToggle:before { content: '\e600'; }
carbon-player.hovering .playToggle { opacity: 1; }
carbon-player.playing .playToggle:before { content: '\e601'; }
carbon-player.audio .playToggle { opacity: 1 !important; }
carbon-player carbon-scrubber {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 12px;
  z-index: 5;
}
carbon-player carbon-scrubber > .track {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.15);
  left: 0;
  cursor: pointer;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
carbon-player carbon-scrubber:hover > .track { height: 12px; }
carbon-player.waiting carbon-scrubber > .track { background: url('https://static.cmcdn.net/kits/124/player2/images/buffering.gif'); }
carbon-player.waiting.scrubbing carbon-scrubber > .track { background: none; }
@-webkit-keyframes bufferAnimation {
  0% { opacity: 1; }
  50% { opacity: .6; }
  100% { opacity: 1; }
}
@keyframes bufferAnimation {
  0% { opacity: 1; }
  50% { opacity: .6; }
  100% { opacity: 1; }
}
carbon-player.loading .playToggle {
  -webkit-animation: bufferAnimation 2s infinite;
  animation: bufferAnimation 2s infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
carbon-player carbon-scrubber > .track > .bufferedBar,
carbon-player carbon-scrubber > .track > .playedBar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  bottom: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-transition: border-radius 0.1s;
  transition: border-radius 0.1s;
}
carbon-player carbon-scrubber > .track > .playedBar { background: #74CFCB; }
carbon-player carbon-scrubber > .track > .playedBar.end,
carbon-player carbon-scrubber > .track > .bufferedBar.end {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
carbon-player time {
  position: absolute;
  color: rgba(255, 255, 255, 0.75);
  text-rendering: optimizeLegibility;
  font-size: 12px;
  cursor: default;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  bottom: 14px;
  opacity: 0;
}
carbon-player time.total {
  right: 0;
  -webkit-transition: color .2s;
  transition: color .2s;
}
carbon-player time.current {
  left: 0;
  -webkit-transition: opacity 0.2s, color 10s;
  transition: opacity 0.2s, color 10s;
}
carbon-player carbon-scrubber:hover > time.current,
carbon-player.scrubbing carbon-scrubber > time.total { opacity: 1; }
carbon-player.video time.total { display: none; }
carbon-player.audio time.current,
carbon-player.audio time.total {
  bottom: 0px;
  opacity: 1 !important;
}
carbon-player.audio time.current { left: 0 !important; }
carbon-player .muteToggle {
  display: inline-block;
  background: rgba(26, 26, 26, .2);
}
carbon-player .muteToggle:before { content: '\e604'; }
carbon-player.muted .muteToggle:before { content: '\e605'; }
carbon-player .fullscreenToggle {
  display: inline-block;
  display: none;
  margin-bottom: 10px;
}
carbon-player .fullscreenToggle:before { content: '\e602'; }
carbon-player.fullscreen .fullscreenToggle:before { content: '\e603'; }
carbon-player.supportsFullscreen .fullscreenToggle { display: block; }
carbon-player.hoverIdle * { cursor: none; }
carbon-waveform {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: .8;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
carbon-waveform > .bar {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, .75);
  -webkit-transition: background 2s linear;
  transition: background 2s linear;
}
carbon-waveform > .bar.fill { background: #91E6D7; }
carbon-player.hoveringTrack carbon-waveform > .bar {
  -webkit-transition: none !important;
  transition: none !important;
}
carbon-player.playing carbon-waveform,
carbon-player.hoveringTrack carbon-waveform { opacity: 1; }
carbon-controls,
carbon-waveform { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
carbon-player.audio .playToggle {
  background: rgba(145, 230, 215, 0.75);
  left: 3.125%;
  bottom: 30px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
carbon-player.audio carbon-scrubber {
  position: absolute;
  width: calc(93.75% - 65px);
  height: 50px;
  left: calc(3.125% + 65px);
  bottom: 25px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
carbon-waveform { bottom: 20px; }
.collapsed {
  max-height: 90px;
  height: 90px;
}
.collapsed carbon-player.audio .playToggle { bottom: 5px; }
.collapsed carbon-player.audio carbon-scrubber { bottom: 0px; }
carbon-player.audio .control { background: rgba(126, 181, 78, 0.8); }
carbon-player.audio .control:hover { background: rgba(126, 181, 78, 1); }
carbon-player.audio.loading .control:hover { background: rgba(126, 181, 78, 0.8); }
carbon-waveform > .bar.fill { background: rgba(126, 181, 78, 1); }
carbon-player.audio.played time.current { color: rgba(126, 181, 78, 1); }
carbon-player.audio.ended time.total { color: rgba(126, 181, 78, 1); }
carbon-player carbon-scrubber > .track > .playedBar { background: rgba(126, 181, 78, 1); }
carbon-player.video .control { background: rgba(26, 26, 26, 0.2); }
carbon-player.video .control:hover { background: rgba(126, 181, 78, 1); }
/* imported: '/styles/components/zoomer.scss */

#zoomer {
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#zoomer.closing { pointer-events: none; }
#zoomer.closed {
  pointer-events: none;
  -webkit-transition: background 0.1s ease, visibility 0 ease 0.2s;
  transition: background 0.1s ease, visibility 0 ease 0.2s;
  background: transparent;
}
.zoomable {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
/* imported: '/styles/base/base.scss */

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #ffffff;
  color: #333;
  font: 18px / 1.45 'Karla', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: inherit;
}
html { overflow-y: scroll; }
main {
  display: block;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  padding-bottom: 81px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content {
  position: relative;
  margin: 0;
  background: #f9f9f9;
}
a {
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
a:hover { border-bottom-color: rgba(0, 0, 0, 0.1); }
a:hover,
a:hover b,
a:hover i { color: #7eb54e !important; }
ol,
ul,
li {
  margin: 0;
  padding: 0;
}
ol,
ul { list-style: none; }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
section {
  display: block;
  margin: 0;
  padding: 0;
}
img { border: 0; }
div,
span,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
carbon-piece { display: block; }
/* imported: '/styles/base/forms.scss */

input,
textarea {
  position: relative;
  width: 100%;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.8);
  padding: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  color: #333;
}
input:focus,
textarea:focus { outline: none; }
input:focus,
textarea:focus,
.field.focused input { border-bottom: 1px solid rgba(126, 181, 78, 0.5) !important; }
textarea { resize: none; }
button {
  display: inline-block;
  color: #7eb54e;
  position: relative;
  margin: 0;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  font-weight: 300;
  font-size: 16px;
  border: none;
  background: transparent;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 1px rgba(126, 181, 78, 0.3);
  box-shadow: inset 0 0 0 1px rgba(126, 181, 78, 0.3);
  -webkit-font-smoothing: antialiased;
}
button:focus { outline: none; }
button:hover {
  color: #fff;
  background: #7eb54e;
}
.field {
  position: relative;
  margin: 0 0 20px;
}
.field > label { display: none; }
.field > .message {
  display: block;
  font-size: 12px;
  color: #ef6469;
  position: absolute;
  top: 0;
  right: 0;
  font-style: normal;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: margin 0.1s ease-out;
  transition: margin 0.1s ease-out;
  margin-right: 30px;
  line-height: 4.3em;
}
.field.invalid > .message {
  visibility: visible;
  opacity: 1;
  -webkit-transition: margin 0.08s ease-out;
  transition: margin 0.08s ease-out;
  margin-right: 15px;
}
.field.invalid > label { display: none; }
carbon-player .control,
carbon-player > .posterPlay { border-radius: 0; }
/* imported: '/styles/base/utility.scss */

.utility {
  height: 100%;
  font-size: 18px !important;
  line-height: 1.65 !important;
  text-align: center !important;
}
.utility .centerWrap {
  display: table;
  width: 100%;
  height: 60%;
}
.utility .centered {
  display: table-cell;
  vertical-align: middle;
}
.utility #wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.utility h1 {
  font-size: 1.6em !important;
  margin-bottom: 1.2em !important;
}
/* imported: '/styles/parts/header.scss */

header {
  display: block;
  height: 44px;
  padding: 23px 0;
  margin: 0;
  background: #f9f9f9;
}
header p {
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
header .inner .col-1 {
  float: left;
  position: absolute;
  z-index: 1;
}
header .inner {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a.back {
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
  height: 44px;
  line-height: 44px;
  padding: 0 20px 0 35px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
  text-align: right;
  border-bottom: none !important;
  -webkit-transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
a.back:before {
  position: absolute;
  top: 18px;
  left: 15px;
  content: ' ';
  display: block;
  width: 10px;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
a.back:after {
  position: absolute;
  bottom: 18px;
  left: 15px;
  content: ' ';
  display: block;
  width: 10px;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
a.back:hover:before,
a.back:hover:after { background: rgba(126, 181, 78, 1) !important; }
a.back:hover {
  color: #7eb54e !important;
  -webkit-box-shadow: 0 0 0 1px rgba(126, 181, 78, 0.5) !important;
  box-shadow: 0 0 0 1px rgba(126, 181, 78, 0.5) !important;
}
/* imported: '/styles/parts/nav.scss */

nav {
  display: block;
  margin: 0 -5px;
}
nav > ul > li > a:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(126, 181, 78, 0.5) !important;
  box-shadow: 0 0 0 1px rgba(126, 181, 78, 0.5) !important;
}
nav > ul > li > a {
  display: inline-block;
  border: none;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav > ul > li {
  position: relative;
  display: inline-block;
  margin: 0 5px 0;
}
nav > ul {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2.5;
}
/* imported: '/styles/parts/footer.scss */

footer {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0;
}
footer a {
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}
footer > .inner {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
footer .contentWrapper {
  padding: 20px 0;
  display: table;
  min-height: 80px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer carbon-branding,
footer .footerBlurb {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
footer carbon-branding > a {
  border-bottom: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
footer carbon-branding carbon-glyph {
  position: relative;
  font: 28px / 0 'frontend';
  top: 7px;
  margin: 0 -2px 0 -5px;
}
footer carbon-branding span:first-of-type { display: none; }
footer .footerBlurb { text-align: right; }
footer p,
footer carbon-branding {
  font-size: 14px;
  line-height: 1.3;
}
/* imported: '/styles/parts/paginator.scss */

carbon-paginator {
  display: block;
  padding: 50px 65px;
  max-width: 1095px;
  margin: 0 auto;
  overflow: auto;
  border-top: 1px solid rgba(0, 0, 0, .08);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
carbon-paginator a b,
carbon-paginator a .small {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
carbon-paginator a svg {
  stroke: rgba(0, 0, 0, 0.3);
  height: 52px;
  width: 15px;
  position: relative;
  display: inline-block;
  stroke-width: 4px;
  -webkit-transition: stroke 0.2s ease-in-out;
  transition: stroke 0.2s ease-in-out;
}
carbon-paginator a.prev > svg {
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  float: left;
  padding-left: 20px;
}
carbon-paginator a.prev {
  float: left;
  margin-left: -35px;
}
carbon-paginator a.next > svg {
  float: right;
  padding-left: 20px;
}
carbon-paginator a.next {
  text-align: right;
  float: right;
  margin-right: -35px;
}
carbon-paginator a:hover .small { opacity: .5; }
carbon-paginator a:hover svg { stroke: #7eb54e; }
carbon-paginator a {
  display: inline-block;
  width: 50%;
  border-bottom: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* imported: '/styles/parts/post.scss */

.postWrapper { margin-top: 4em; }
.tag:before { content: '#'; }
article {
  display: block;
  position: relative;
  max-width: 700px;
  margin: 0 auto 6em;
  text-align: center;
  font-size: 0.75em;
}
article carbon-grid { position: relative; }
article > .body { font-size: 1rem; }
article > .header,
article > .body,
article > .tags {
  max-width: 460px;
  margin: 1.5em auto;
}
article > .tags > a:hover { opacity: 1; }
article > .tags > a.tag:before { opacity: 0.4; }
article > .tags > a {
  opacity: 0.6;
  margin: 0 .15em;
  border-bottom: none !important;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
article p,
article ul,
article ol { margin: 0 0 1em 0; }
article ul {
  list-style: disc;
  list-style-position: inside;
  padding-left: 0 !important;
}
article ol {
  list-style: decimal;
  list-style-position: inside;
  padding-left: 0 !important;
}
article .longPost ul,
article .longPost ol {
  padding-left: 1.4em !important;
  list-style-position: outside;
}
article .longPost { text-align: left; }
/* imported: '/styles/pages/mainInfo.scss */

.projectPage .mainInfo { display: none; }
.mainInfo {
  position: relative;
  width: 100%;
  background: #f9f9f9;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.mainInfo .inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 75px 50px;
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainInfo .logo {
  display: block;
  width: auto;
  max-width: 510px;
  height: 100px;
}
.mainInfo a.userPicWrapper {
  width: 32%;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  border: none;
}
.mainInfo .userPic {
  width: 275px;
  height: 275px;
  display: inline-block;
  border-radius: 100%;
  background-size: cover;
  margin: 10px 0 0;
}
.mainInfo .userInfo > h1 {
  margin: 0 0 15px;
  line-height: 1;
}
.mainInfo .userInfo > h3 {
  font-weight: 400;
  margin: 0 0 20px;
}
.mainInfo .userInfo .blurb h3:before {
  display: inline-block;
  content: "“";
  position: absolute;
  color: rgba(0, 0, 0, 0.1);
  font: 70px "Georgia", serif;
  margin-left: -40px;
  margin-top: -15px;
}
.mainInfo .userInfo .blurb h3:after {
  display: inline-block;
  content: "”";
  position: absolute;
  color: rgba(0, 0, 0, 0.1);
  font: 70px "Georgia", serif;
  margin-left: 10px;
  margin-top: -15px;
}
.mainInfo .userInfo .blurb h3 { opacity: 1; }
.mainInfo .userInfo .blurb {
  position: relative;
  margin: 2em 0;
}
.mainInfo .userInfo .links h3 {
  margin: 0;
  opacity: 1;
}
.mainInfo .userInfo .links a { white-space: nowrap; }
.mainInfo .userInfo .links {
  text-transform: capitalize;
  margin: 0 0 2em;
}
.mainInfo .userInfo .resume:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mainInfo .userInfo .resume {
  margin: 0 0 1em;
  display: inline-block;
}
.mainInfo .userInfo {
  width: 62%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a.twitter:hover { color: #55ACEE !important; }
a.dribbble:hover { color: #EA4C89 !important; }
a.linkedIn:hover { color: #1482BA !important; }
a.instagram:hover { color: #55ACEE !important; }
a.tumblr:hover { color: #38465C !important; }
a.carbonmade:hover { color: #AA84D1 !important; }
a.custom:hover { color: #AA84D1 !important; }
a.magnum:hover { color: #e66e51 !important; }
a.vimeo:hover { color: #4bf !important; }
a.vine:hover { color: #1BB48A !important; }
a.pinterest:hover { color: #CA242D !important; }
a.facebook:hover { color: #3C599B !important; }
a.flickr:hover { color: #0664db !important; }
a.behance:hover { color: #1769FF !important; }
a.etsy:hover { color: #CF5619 !important; }
.mainInfo.noCover {
  text-align: center;
  padding: 70px 0px;
}
.mainInfo.noCover .userInfo .blurb {
  padding: 10px 0px;
  width: 568px;
  margin: 0 auto;
}
.mainInfo.noCover .userInfo {
  width: 100%;
  padding-left: 0;
}
.mainInfo.noInfo { padding: 70px 0px; }
.mainInfo.noInfo .userPicWrapper {
  display: block;
  width: 275px;
  margin: 0 auto;
}
/* imported: '/styles/pages/about.scss */

.about {
  position: absolute;
  top: 0;
  padding: 0;
  width: 100%;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.about .innerWrapper {
  max-width: 1060px;
  margin: 0 auto;
  min-height: 150px;
}
.about .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.about .bio p:last-child { margin: 0; }
.about .bio p {
  font-size: 21px;
  margin: 0 0 20px;
}
.about .bio { margin: 0 auto; }
.row {
  padding: 50px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row h4 { text-transform: uppercase; }
.row table td:first-child {
  padding: 0 1em 0 0;
  width: 60px;
}
.row table td { padding: 0; }
.row table {
  padding: 0 0 .5em;
  border-spacing: 0;
}
.row .item { margin: 0 0 40px; }
.row .col-1 p {
  margin: 0 0 10px;
  text-align: left;
}
.row .col-1 {
  width: 33%;
  float: left;
}
.row .col-2 .item br {
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
}
.row .col-2 .item .organization {
  margin: 0;
  color: #7eb54e;
}
.row .col-2 .item .title { margin: 0; }
.row .col-2 .item small p {
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
}
.row .col-2 .item small {
  display: block;
  margin: 0px 0 20px;
}
.row .col-2 .item {
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
}
.row .col-2 p { margin: 0.5em 0; }
.row .col-2 {
  width: 66%;
  float: right;
}
/* imported: '/styles/pages/contact.scss */

.contact {
  position: absolute;
  top: 0;
  padding: 0;
  width: 100%;
  font-size: 22px;
  line-height: 36px;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.contact .row { border-top: none; }
.contact .innerWrapper {
  max-width: 1060px;
  margin: 0 auto;
}
.contact .inner h2 .close svg {
  stroke-width: 6px;
  stroke: #e4714b;
}
.contact .inner h2 .close:hover {
  background: #e4714b;
  -webkit-transition: background 0.15s ease-in;
  transition: background 0.15s ease-in;
}
.contact .inner h2 .close:hover svg { stroke: #fff; }
.contact .inner h2 .close {
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 1px #e4714b;
  box-shadow: 0 0 0 1px #e4714b;
  cursor: pointer;
}
.contact .inner h2 { margin: 0 0 40px; }
.contact .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.showContact { overflow: hidden; }
.showContact main {
  -ms-transform: translate(0, 600px);
  -webkit-transform: translate(0, 600px);
  transform: translate(0, 600px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.showContact header,
.showContact .project,
.showContact .mainInfo {
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
  opacity: 0.3;
  pointer-events: none;
}
.hideContact main {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  -ms-transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
.hideContact header,
.hideContact .project,
.hideContact .mainInfo {
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
  opacity: 1;
}
.contactForm {
  width: 66%;
  float: right;
}
.contactForm.full {
  margin: 0 auto;
  float: none;
}
.contactForm .field > textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 200px;
}
.contactForm .field {
  width: 100%;
  position: relative;
}
.contactForm li .field:nth-child(2) { margin-left: 20px; }
.contactForm li .field {
  position: relative;
  float: left;
  width: calc(50% - 10px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.contactForm li { position: relative; }
.contactForm .confirmedGuts p {
  font-size: 16px;
  line-height: 26px;
}
.contactForm .confirmedGuts {
  visibility: hidden;
  opacity: 0;
  text-align: left;
}
.contactForm .sent .guts {
  -webkit-transition: opacity 0.1s linear, visibility 0.1s linear;
  transition: opacity 0.1s linear, visibility 0.1s linear;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.contactForm .sent .confirmedGuts {
  -webkit-transition: opacity 0.1s linear, visibility 0.1s linear;
  transition: opacity 0.1s linear, visibility 0.1s linear;
  visibility: visible;
  opacity: 1;
  text-align: center;
}
.contactInfo h3 { margin-bottom: 1em; }
.contactInfo a { display: inline-block; }
.contactSubInfo {
  display: block;
  margin: 0 auto;
  float: left;
  width: 33%;
}
.contactSubInfo span {
  display: inline-block;
  margin-right: 5px;
}
.contactSubInfo p.address span { display: block; }
.contactSubInfo p {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  min-height: 28px;
  margin: 0 0 1em;
}
.contactSubInfo .availability span { display: block; }
.contactSubInfo .availability .now { color: #67b038; }
.contactSubInfo .availability .soon { color: #ecaa0c; }
.contactSubInfo .availability .unavailable { color: #c1c1c1; }
#contactForm .icon {
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  display: block;
  margin: 0 auto 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  z-index: 100;
  -ms-transform: translate(0px, -20px);
  -webkit-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}
#contactForm.sent .icon.success {
  -webkit-transition: -webkit-transform 0.1s linear, opacity 0.1s linear, visibility 0.1s linear;
  transition: transform 0.1s linear, opacity 0.1s linear, visibility 0.1s linear;
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  visibility: visible;
  opacity: 1;
}
#contactForm.sent .icon.success:before {
  display: block;
  font: 56px / 56px 'frontend';
  content: "\e04c";
  position: absolute;
  top: 0;
  color: #67b038;
  width: 56px;
  height: 56px;
  border: solid 1px #67b038;
  border-radius: 100%;
}
.contact .inner h2 .close {
  -webkit-box-shadow: 0 0 0 1px #7eb54e;
  box-shadow: 0 0 0 1px #7eb54e;
}
.contact .inner h2 .close svg { stroke: #7eb54e; }
.contact .inner h2 .close:hover { background: #7eb54e; }
.contact .inner h2 .close:hover svg { stroke: #fff; }
/* imported: '/styles/pages/projects.scss */

#projects {
  display: block;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
  z-index: 10;
}
#projects > .project:last-child .item { border-bottom: none; }
#projects > .project { position: relative; }
#projects .item:hover {
  color: inherit !important;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  background-color: rgba(126, 181, 78, 0.05);
}
#projects .item .innerWrapper {
  max-width: 1060px;
  margin: 0 auto;
}
#projects .item .inner {
  position: relative;
  width: 100%;
  height: 450px;
  margin: 0 auto;
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 75px 50px 50px;
}
#projects .item .info > h2 {
  margin: 0 0 5px;
  max-height: 90px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#projects .item .info > p {
  display: block;
  width: 100%;
  max-height: 168px;
  text-overflow: ellipsis;
  margin: 0 0 35px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.5);
}
#projects .item .info {
  width: 33%;
  display: table-cell;
  vertical-align: middle;
}
#projects .item .dots > li {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 0;
  border-radius: 40px;
  background-color: rgba(51, 51, 51, 0.1);
}
#projects .item .dots {
  position: absolute;
  bottom: 360px;
  right: 50px;
  padding: 8px;
  height: 25px;
  background-color: #ffffff;
  border-radius: 4px 4px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 567px;
}
#projects .item .thumb {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 567px;
  height: 360px;
  margin: 0;
  background-position: center 0px;
  border-radius: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
}
#projects .item.noHeader .thumb {
  background-position: center 0px;
  border-radius: 0;
}
#projects .item.noHeader .thumb:before { display: none; }
#projects .item.noHeader .dots { display: none; }
#projects .item {
  position: relative;
  display: block;
  height: 450px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background-color 0.8s ease-in-out;
  transition: background-color 0.8s ease-in-out;
}
.moreLink {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  width: 90px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #7eb54e;
  -webkit-box-shadow: inset 0 0 0 1px rgba(126, 181, 78, 0.3);
  box-shadow: inset 0 0 0 1px rgba(126, 181, 78, 0.3);
  text-transform: uppercase;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.moreLink:before {
  position: absolute;
  top: 18px;
  right: 25px;
  content: ' ';
  display: block;
  width: 10px;
  height: 1px;
  background-color: #7eb54e;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.moreLink:after {
  position: absolute;
  bottom: 18px;
  right: 25px;
  content: ' ';
  display: block;
  width: 10px;
  height: 1px;
  background-color: #7eb54e;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.moreLink:hover:before,
.moreLink:hover:after { background-color: #fff; }
.moreLink:hover {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #7eb54e;
}
.centeredInfo .moreLink:before,
.centeredInfo .moreLink:after { display: none; }#projects .info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.newBug {
  display: block;
  position: absolute;
  width: 22px;
  height: 25px;
  top: -25px;
  right: 0;
  overflow: hidden;
}
.newBug > i:after {
  display: block;
  font: normal 14px / 25px 'frontend';
  content: '\e003';
  color: #fff;
  position: relative;
}
.newBug > i {
  display: block;
  position: absolute;
  text-align: center;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.item.noHeader .newBug {
  width: 50px;
  height: 50px;
  top: 0;
}
.item.noHeader .newBug > i:after {
  font-size: 16px;
  top: 2px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.item.noHeader .newBug > i {
  top: -8px;
  right: -23px;
  width: 50px;
  height: 20px;
  background: rgba(42, 45, 53, 0.8);
  padding: 8px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}.newBug i:after { color: rgba(42, 45, 53, 0.8); }
.noHeader .newBug i:after { color: #fff; }
.description ol,
.about ol {
  list-style: decimal;
  list-style-position: inside;
  margin-bottom: 20px;
}
.description ul,
.about ul {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 20px;
}
#projects > .project carbon-editor > carbon-indicator {
  top: 95px;
  right: 566px;
  left: auto;
}
#projects > .project carbon-editor carbon-menu {
  left: auto;
  top: 95px;
  right: 406px;
}
#projects > .project carbon-editor {
  position: relative;
  max-width: 1060px;
  display: block;
  margin: 0 auto;
}
/* imported: '/styles/pages/project.scss */

section.project {
  max-width: 1060px;
  margin: 0 auto;
}
section.project > .pieces { padding: 0 30px; }
.projectDetails {
  padding: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 auto 65px;
}
.projectDetails > .info > h2 { margin: 0 0 .5em; }
.projectDetails > .info > .projectLink > a {
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 290px;
  white-space: nowrap;
  overflow: hidden;
}
.projectDetails > .info {
  width: 28%;
  padding: 0 0 0px;
  float: left;
}
.projectDetails > .description p { margin: 0 0 20px; }
.projectDetails > .description .lineTitle {
  display: block;
  margin-right: 10px;
  color: rgba(51, 51, 51, 0.5);
}
.projectDetails > .description span.lines {
  display: block;
  width: 43%;
  padding: 0 20px 0 0;
  margin: 0 0 20px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projectDetails > .description {
  width: 64%;
  float: right;
}
section.project carbon-piece {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto 70px;
}
section.project carbon-piece object {
  display: block;
  margin: 0 auto;
  max-width: 960px;
}
carbon-piece carbon-image.page:not(:last-child) { margin-bottom: 70px; }
carbon-caption {
  display: block;
  padding: 15px 0 0;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  font-size: .85em;
}
carbon-image {
  display: block;
  margin: 0 auto;
}
carbon-container {
  display: block;
  position: relative;
  margin: 0 auto;
}
carbon-container object {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
carbon-caption,
carbon-caption a { color: rgba(0, 0, 0, 0.5) !important; }
carbon-player { position: absolute; }
carbon-player.video time.total { display: none; }
carbon-container.collapsed { height: 90px; }
carbon-container.hasArtwork {
  display: block;
  position: relative;
  width: 100%;
  max-height: 560px;
  height: 560px;
}
@media only screen and (max-width: 800px) {
  carbon-container.hasArtwork {
    max-height: 740px;
    padding-bottom: 100% !important;
    height: auto;
  }
}
carbon-piece.text {
  display: block;
  max-width: 960px;
  margin: 0 auto 1.45em;
}
carbon-piece.text .subtitle {
  font-size: 1.5em;
  display: block;
  padding: 0 5em;
}
carbon-piece.text .paragraph {
  display: block;
  text-align: left;
  padding: 0 5em;
}
carbon-piece.text .quote:before {
  content: "“";
  position: absolute;
  font: 4em "Georgia", serif;
  height: 1em;
  top: -0.25em;
  left: 0.4em;
}
carbon-piece.text .quote {
  font-size: 1.5em;
  margin: 3em auto;
  padding: 0 4em;
  text-align: left;
  display: block;
  color: rgba(0, 0, 0, 0.3);
}
carbon-piece.text:last-of-type { margin-bottom: 8rem; }
.narrow carbon-piece.text { max-width: 50rem !important; }
carbon-piece.text + carbon-piece.image,
carbon-piece.text + carbon-piece.video,
carbon-piece.text + carbon-piece.audio,
carbon-piece.text + carbon-piece.swf,
carbon-piece.text + carbon-piece.pdf,
carbon-piece.text + .details { margin-top: 5rem; }
carbon-piece.image + carbon-piece.text,
carbon-piece.video + carbon-piece.text,
carbon-piece.audio + carbon-piece.text,
carbon-piece.swf + carbon-piece.text,
carbon-piece.pdf + carbon-piece.text,
.details + carbon-piece.text { margin-top: 5rem; }
carbon-piece.text + carbon-paginator { margin-top: 5rem; }
carbon-paginator + carbon-piece.text { margin-top: 5rem; }
@media only screen and (max-width: 800px) {
  carbon-piece.text + carbon-piece.image,
carbon-piece.text + carbon-piece.video,
carbon-piece.text + carbon-piece.audio,
carbon-piece.text + carbon-piece.swf,
carbon-piece.text + carbon-piece.pdf,
carbon-piece.text + .details { margin-top: 3rem; }
  carbon-piece.image + carbon-piece.text,
carbon-piece.video + carbon-piece.text,
carbon-piece.audio + carbon-piece.text,
carbon-piece.swf + carbon-piece.text,
carbon-piece.pdf + carbon-piece.text,
.details + carbon-piece.text { margin-top: 3rem; }
}
carbon-text.quote:before { color: #7eb54e; }
/* imported: '/styles/pages/privacy.scss */

.private .wrapper {
  width: 100%;
  height: 80%;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 2em;
  text-align: center;
}
.private .centered {
  vertical-align: middle;
  position: relative;
}
#unlockBlock,
#requestAccessBlock,
#requestAccessBlock .formSent {
  position: absolute;
  width: 100%;
  top: 15vmin;
}
#requestAccessBlock .formSent:before {
  content: '\e04c';
  font: 5em / 1.05em frontend;
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  color: #7eb54e;
  border: 1px solid #7eb54e;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0.5em;
  opacity: 0;
  -webkit-transition: top 1.5s ease .3s, opacity 1.5s ease .3s;
  transition: top 1.5s ease .3s, opacity 1.5s ease .3s;
}
#requestAccessBlock .formSent {
  top: 3em;
  padding-top: 11em;
}
#requestAccessBlock.requestSent .formSent:before {
  top: 1em;
  opacity: 1;
}
#unlockBlock,
#requestAccessBlock,
#requestAccessBlock .formSent {
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
#unlockBlock {
  visibility: visible;
  opacity: 1;
}
#unlockBlock.hide {
  visibility: hidden;
  opacity: 0;
}
#unlockBlock .field > label { display: none; }
#unlockBlock .field > input { padding-left: 2.5rem; }
#unlockBlock .field:before {
  color: rgba(51, 51, 51, 0.1);
  font: 1.1em / 3.75rem 'frontend';
  content: "\e600";
  display: block;
  width: 2.813rem;
  position: absolute;
}
#unlockBlock .field { margin-bottom: 2em; }
#requestAccessBlock {
  visibility: hidden;
  opacity: 0;
}
#requestAccessBlock.show {
  visibility: visible;
  opacity: 1;
}
#requestAccessBlock.requestSent form { visibility: hidden; }
#requestAccessBlock.show .formSent { visibility: hidden; }
#requestAccessBlock.requestSent .formSent { visibility: visible; }
#requestAccessBlock .field:last-of-type label { display: none; }body.private { background: #f4f4f4; }
body.private.serif a {
  -webkit-box-shadow: inset 0 -2px 0px #f4f4f4, inset 0 -3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0px #f4f4f4, inset 0 -3px 0px rgba(0, 0, 0, 0.15);
}
body.private input,
body.private textarea { background: rgba(255, 255, 255, 0.45); }
.private .message { line-height: 5.2em; }
.private h2 {
  font-size: 2em;
  margin-bottom: 2em;
  line-height: 1.3em;
}
.private button {
  float: left;
  margin-bottom: 2em;
}
.private .requestAccess {
  float: right;
  margin: 16px 0 13px;
  cursor: pointer;
}
.private .field input,
.private .field textarea { font-size: 28px !important; }
.private .field { margin-bottom: 2em; }
.private textarea { height: 10em !important; }
.private .field > label {
  position: absolute;
  opacity: 0.5;
  visibility: visible;
  display: block;
  font-size: .8em;
  line-height: 14px;
  padding: 0 15px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0s linear;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0s linear;
  -ms-transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
.private .field.empty > label {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s linear, opacity 0.1s linear, visibility 0.1s linear;
  transition: transform 0.1s linear, opacity 0.1s linear, visibility 0.1s linear;
  -ms-transform: translate(0, -14px);
  -webkit-transform: translate(0, -14px);
  transform: translate(0, -14px);
}
.private .field.focused label { opacity: 1; }
@media only screen and (max-width: 500px) {
  .private h2 { font-size: 1.5em; }
  .private .field input,
.private .field textarea { font-size: 20px !important; }
  .private .field:before {
    font-size: 1em !important;
    line-height: 3rem !important;
  }
  .private .wrapper { padding: 0 1em; }
  .private #unlockBlock,
.private #requestAccessBlock { top: 2em; }
  .private #requestAccessBlock .formSent { top: 0em; }
  .private button {
    float: none;
    width: 100%;
  }
  .private .requestAccess { float: none; }
  .private textarea { height: 6em !important; }
}
/* imported: '/styles/base/clears.scss */

.projectExpanded:after,
.projectDetails:after,
.projectMore:after,
.aboutExtended:after,
.row:after,
li:after,
.clear:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
/* NOT FOUND: '/styles/options/accentColor.scss */

/* NOT FOUND: '/styles/options/colorScheme.scss */

/* imported: '/styles/options/fontScheme.scss */

input,
textarea,
button { font-family: 'Karla', Helvetica, Arial, sans-serif; }
carbon-player time { font-family: 'Karla', Helvetica, Arial, sans-serif; }body {
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
.contactInfo h3 { font-weight: 400; }
nav > ul { letter-spacing: 0; }
carbon-player time { font-weight: bold; }
/* imported: '/styles/options/textAlignment.scss */

/* imported: '/styles/base/media.scss */

@media only screen and (max-width: 970px) {
  #projects { height: inherit; }
  #projects .info h2 { max-height: 109px; }
  #projects .info {
    left: 0;
    width: 260px;
    vertical-align: top;
    padding-top: 50px;
  }
  #projects .inner {
    width: 800px;
    height: 380px;
    padding: 75px 40px 0;
  }
  #projects .thumb {
    width: 440px;
    height: 279px;
    right: 30px;
  }
  #projects .dots {
    width: 440px;
    bottom: 279px;
    right: 30px;
  }
  #projects > .project carbon-editor > carbon-indicator {
    top: 100px;
    right: 466px;
  }
  #projects > .project carbon-editor carbon-menu {
    top: 105px;
    right: 306px;
  }
}
@media only screen and (max-width: 800px) {
  html { -webkit-text-size-adjust: none; }
  h1 { font-size: 42px; }
  h2 { font-size: 28px; }
  h3 { font-size: 28px; }
  html,
body { font-size: 22px; }
  nav > ul {
    font-size: 18px;
    line-height: 2.2;
  }
  a.back {
    display: block;
    font-size: 18px;
    border-radius: 0.1px;
  }
  header { height: auto; }
  header p {
    font-size: 20px;
    line-height: 28px;
    padding: 8px 0;
  }
  header .col-1 {
    position: absolute;
    left: 20px;
  }
  header .inner {
    position: relative;
    padding: 0 150px;
  }
  .mainInfo .inner {
    max-width: 800px;
    padding: 50px 30px;
  }
  .mainInfo .userPicWrapper {
    width: 260px;
    margin-right: 2px;
    vertical-align: top;
  }
  .mainInfo .userPic {
    width: 250px;
    height: 250px;
    margin: 0;
  }
  .mainInfo .userInfo .blurb h3:before,
.mainInfo .userInfo .blurb h3:after { margin-top: -10px; }
  .mainInfo .userInfo {
    width: 480px;
    padding: 0 0 0 80px;
  }
  nav > ul > li > a {
    height: 50px;
    line-height: 50px !important;
    padding: 0 25px;
    border-radius: 0.1px;
  }
  .moreLink {
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .moreLink:before {
    top: 21px;
    right: 25px;
    content: ' ';
    display: block;
    width: 10px;
    height: 1px;
  }
  .moreLink:after {
    bottom: 21px;
    right: 25px;
    content: ' ';
    width: 10px;
    height: 1px;
  }
  #projects > .project carbon-editor > carbon-indicator {
    top: 105px;
    right: 320px;
  }
  #projects > .project carbon-editor carbon-menu {
    top: 105px;
    right: 160px;
  }
  section.project > .pieces .caption { padding: 30px 60px 0; }
  .projectDetails {
    padding: 50px 30px;
    margin: 0 auto 50px;
  }
  .projectDetails > .info {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 60px;
  }
  .projectDetails > .description {
    width: 100%;
    float: none;
  }
  carbon-paginator { padding: 30px 60px; }
  carbon-paginator svg { height: 65px; }
  carbon-paginator a.prev,
carbon-paginator a.next { margin: 0; }
  carbon-paginator a.prev svg { margin-left: -50px; }
  carbon-paginator a.next svg { margin-right: -50px; }
  .projectPage .projectMore .description { width: 740px; }
  .about .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .row {
    padding-top: 80px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row .col-2 { width: 63%; }
  .row .col-1 { width: 33%; }
  .contactForm {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .contact .inner { width: inherit; }
  .contactSubInfo {
    width: 100%;
    text-align: center;
  }
  #contactForm ul.guts li { text-align: center; }
  #contactForm ul.guts li button { float: none; }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  html,
body { font-size: 1.1em; }
  h1 { font-size: 3em; }
  h2 { font-size: 2em; }
  h3 { font-size: 1.5em; }
  .mainInfo .inner {
    display: block;
    max-width: 100%;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mainInfo a.userPicWrapper {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    vertical-align: top;
    text-align: center;
  }
  .mainInfo .userPic {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
  .mainInfo .userInfo .blurb h3:before,
.mainInfo .userInfo .blurb h3:after { margin-top: -10px; }
  .mainInfo .userInfo {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #projects .item .info h2 {
    max-height: 3em;
    margin-bottom: 0;
  }
  #projects .item .info p {
    margin-bottom: 0.9em;
    font-size: 1.5em;
  }
  #projects .item .info {
    position: relative;
    display: block;
    width: 100%;
    right: auto;
    left: auto;
    text-align: center;
    padding-top: 0;
  }
  #projects .item .inner {
    width: 100%;
    height: auto;
    padding: 1.8em 1em 2.3em;
  }
  #projects .item .thumb .newBug { top: -45px; }
  #projects .item .thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    right: auto;
    left: auto;
    bottom: auto;
    top: auto;
  }
  #projects .item .dots { display: none; }
  #projects .item { height: auto; }
  carbon-piece.text .subtitle {
    text-align: center;
    padding: 0;
  }
  carbon-piece.text .paragraph { padding: 0; }
  carbon-piece.text .quote:before { left: 0; }
  carbon-piece.text .quote { padding: 0 0 0 1.75em; }
  .moreLink { display: none; }
  nav > ul > li > a { font-size: 1.4em; }
  .description { font-size: 1.4em; }
}